home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2007 December / PCWKCD1207B.iso / Najgorsze komunikatory / Tlen.pl / tleninst60255.exe / tlen.exe / 0 / RCDATA / TSMSOUTBOX / TSMSOUTBOX.txt
Text File  |  2007-09-27  |  4KB  |  193 lines

  1. object SMSOutbox: TSMSOutbox
  2.   Left = 276
  3.   Top = 189
  4.   Width = 615
  5.   Height = 437
  6.   BorderWidth = 4
  7.   Caption = 'SMS Outbox'
  8.   Color = 15724527
  9.   Constraints.MinHeight = 300
  10.   Constraints.MinWidth = 400
  11.   Font.Charset = EASTEUROPE_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   Scaled = False
  19.   OnClose = FormClose
  20.   OnDestroy = FormDestroy
  21.   OnShow = FormShow
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object Panel1: TPanel
  25.     Left = 0
  26.     Top = 0
  27.     Width = 599
  28.     Height = 391
  29.     Align = alClient
  30.     BevelOuter = bvNone
  31.     Color = 15724527
  32.     TabOrder = 0
  33.     DesignSize = (
  34.       599
  35.       391)
  36.     object Label1: TLabel
  37.       Left = 8
  38.       Top = 6
  39.       Width = 4
  40.       Height = 13
  41.       Font.Charset = EASTEUROPE_CHARSET
  42.       Font.Color = clWindowText
  43.       Font.Height = -11
  44.       Font.Name = 'Verdana'
  45.       Font.Style = [fsBold]
  46.       ParentFont = False
  47.     end
  48.     object Label2: TLabel
  49.       Left = 2
  50.       Top = 240
  51.       Width = 73
  52.       Height = 13
  53.       Anchors = [akLeft, akBottom]
  54.       Caption = 'Komunikaty:'
  55.       Font.Charset = EASTEUROPE_CHARSET
  56.       Font.Color = clWindowText
  57.       Font.Height = -11
  58.       Font.Name = 'Verdana'
  59.       Font.Style = []
  60.       ParentFont = False
  61.     end
  62.     object Bevel1: TBevel
  63.       Left = 8
  64.       Top = 232
  65.       Width = 585
  66.       Height = 9
  67.       Anchors = [akLeft, akRight, akBottom]
  68.       Shape = bsTopLine
  69.     end
  70.     object ListView1: TListView
  71.       Left = 2
  72.       Top = 2
  73.       Width = 595
  74.       Height = 217
  75.       Anchors = [akLeft, akTop, akRight, akBottom]
  76.       Columns = <
  77.         item
  78.           Width = 20
  79.         end
  80.         item
  81.           Caption = 'Numer(y)'
  82.           Width = 80
  83.         end
  84.         item
  85.           Caption = 'Od'
  86.           Width = 80
  87.         end
  88.         item
  89.           Caption = 'Data dostarczenia'
  90.           Width = 140
  91.         end
  92.         item
  93.           Caption = 'Tre'#347#263
  94.           Width = 180
  95.         end
  96.         item
  97.           Caption = 'Wys'#322'ano do'
  98.           Width = 80
  99.         end>
  100.       Font.Charset = EASTEUROPE_CHARSET
  101.       Font.Color = clWindowText
  102.       Font.Height = -11
  103.       Font.Name = 'Verdana'
  104.       Font.Style = []
  105.       ReadOnly = True
  106.       RowSelect = True
  107.       ParentFont = False
  108.       PopupMenu = PopupMenu1
  109.       TabOrder = 2
  110.       ViewStyle = vsReport
  111.       OnDblClick = ListView1DblClick
  112.     end
  113.     object ProgressBar1: TProgressBar
  114.       Left = 80
  115.       Top = 239
  116.       Width = 517
  117.       Height = 17
  118.       Anchors = [akLeft, akBottom]
  119.       Min = 0
  120.       Max = 100
  121.       TabOrder = 3
  122.       Visible = False
  123.     end
  124.     object Memo1: TMemo
  125.       Left = 2
  126.       Top = 262
  127.       Width = 595
  128.       Height = 96
  129.       TabStop = False
  130.       Anchors = [akLeft, akRight, akBottom]
  131.       Color = 15132390
  132.       Ctl3D = True
  133.       Font.Charset = EASTEUROPE_CHARSET
  134.       Font.Color = clNavy
  135.       Font.Height = -11
  136.       Font.Name = 'Verdana'
  137.       Font.Style = []
  138.       ParentCtl3D = False
  139.       ParentFont = False
  140.       ReadOnly = True
  141.       ScrollBars = ssVertical
  142.       TabOrder = 4
  143.     end
  144.     object Button1: TButton
  145.       Left = 414
  146.       Top = 365
  147.       Width = 107
  148.       Height = 25
  149.       Anchors = [akRight, akBottom]
  150.       Caption = 'Wy'#347'lij Outbox'
  151.       Font.Charset = EASTEUROPE_CHARSET
  152.       Font.Color = clWindowText
  153.       Font.Height = -11
  154.       Font.Name = 'Verdana'
  155.       Font.Style = [fsBold]
  156.       ParentFont = False
  157.       TabOrder = 0
  158.       OnClick = Button1Click
  159.     end
  160.     object Button2: TButton
  161.       Left = 526
  162.       Top = 365
  163.       Width = 71
  164.       Height = 25
  165.       Anchors = [akRight, akBottom]
  166.       Caption = 'Przerwij'
  167.       Enabled = False
  168.       Font.Charset = EASTEUROPE_CHARSET
  169.       Font.Color = clWindowText
  170.       Font.Height = -11
  171.       Font.Name = 'Verdana'
  172.       Font.Style = []
  173.       ParentFont = False
  174.       TabOrder = 1
  175.       OnClick = Button2Click
  176.     end
  177.   end
  178.   object PopupMenu1: TPopupMenu
  179.     Left = 488
  180.     Top = 72
  181.     object Edytuj1: TMenuItem
  182.       Caption = 'Edytuj'
  183.       ShortCut = 16453
  184.       OnClick = Edytuj1Click
  185.     end
  186.     object Usu1: TMenuItem
  187.       Caption = 'Usu'#324
  188.       ShortCut = 16452
  189.       OnClick = Usu1Click
  190.     end
  191.   end
  192. end
  193.